Einhugur macOS Bridge plugin.

NSArray.DoubleValue Method

Returns Double value from the array at given index or false if the element at given index was not NSNumber.

DoubleValue(
   index as Integer) as Double

Parameters

index
Index of the element to get (zero based).

Returns

Double

Remarks

This method is shortcut from having to get the value as NSNumber then then grab the value from that.

See Also

NSArray Class